home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-10 | 464 b | 41 lines | [TEXT/ttxt] |
-
- // sponge, take 2
-
- #include color.bc
-
- studio {
- from 4 -10 6
- at 0 0 0
- up 0 0 1
- angle 50
- res 640 480
- antialias adaptive
- threshold 4
- aspect 1.3333
- background black
-
- ambient .1 .1 .1
-
- bunching 6
- }
-
- light {
- type point
- falloff 1
- position 5 -3 12
- color 6 6 6
- }
- light {
- type point
- falloff 1
- position -1 -6 2
- color 4 4 4
- }
-
- surf { diff white }
- ring { center 0 0 -3 normal 0 0 1 radius 50 }
-
- surf { diff 0 .5 1 shine 30 white }
-
- #include sponge2.bo
-